cURL
curl --request GET \ --url https://agent-prod.studio.lyzr.ai/v3/agents/{agent_id}/versions \ --header 'x-api-key: <api-key>'
{ "versions": [ { "version_id": "v1.0.0", "created_at": "2025-06-03T12:00:00Z", "description": "Initial release" } ] }
Retrieve a list of all versions for a given agent.
Documentation IndexFetch the complete documentation index at: https://docs.lyzr.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the agent to retrieve versions for.
"683f4657fcc016e56d66dbe8"
List of agent versions retrieved successfully
Show child attributes